home *** CD-ROM | disk | FTP | other *** search
/ Pornodelic / Pornodelic - Disc 2.iso / pc / data / movie2.dir / 00046_ZoomIn.ls < prev    next >
Encoding:
Text File  |  1998-03-05  |  135 b   |  10 lines

  1. global gzoom
  2.  
  3. on mouseDown
  4.   if somebutton2() then
  5.     set gzoom to 1
  6.     set the visible of sprite 5 to 0
  7.     zoomin(15)
  8.   end if
  9. end
  10.